home *** CD-ROM | disk | FTP | other *** search
- global moveno
-
- on startMovie
- set mycursor to [1, 2]
- set the cursor of sprite 3 to mycursor
- set the cursor of sprite 4 to mycursor
- set the cursor of sprite 5 to mycursor
- set the cursor of sprite 6 to mycursor
- set volset to the soundLevel
- if the soundEnabled = 0 then
- set the soundEnabled to 1
- end if
- end
-
- on doexit
- go("M5", "@::JMACMENU")
- end
-
- on crtopen1
- puppetSprite(7, 1)
- repeat while the stillDown
- set the memberNum of sprite 7 to 7
- updateStage()
- end repeat
- set the memberNum of sprite 7 to 4
- updateStage()
- puppetSprite(7, 0)
- set moveno to 1
- end
-
- on crtopen2
- puppetSprite(8, 1)
- repeat while the stillDown
- set the memberNum of sprite 8 to 7
- updateStage()
- end repeat
- set the memberNum of sprite 8 to 4
- updateStage()
- puppetSprite(8, 0)
- set moveno to 2
- end
-
- on crtclose
- puppetSprite(9, 1)
- repeat while the stillDown
- set the memberNum of sprite 9 to 8
- updateStage()
- end repeat
- set the memberNum of sprite 9 to 5
- updateStage()
- puppetSprite(9, 0)
- end
-
- on crtprof
- puppetSprite(10, 1)
- repeat while the stillDown
- set the memberNum of sprite 10 to 9
- updateStage()
- end repeat
- set the memberNum of sprite 10 to 6
- updateStage()
- puppetSprite(10, 0)
- end
-
- on dochangmov
- if moveno = 1 then
- go(1, "G_Yui")
- end if
- if moveno = 2 then
- go(1, "M_rider")
- end if
- end
-